home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / freemacs.arc / MINTED.EDD < prev    next >
Text File  |  1988-03-17  |  904b  |  41 lines

  1.  
  2.  
  3. Name:M:strings-edit
  4. Edit a group of strings whose names begin with arg1.
  5. [*]
  6.  
  7. Name:M:ef
  8. Edit a group of strings whose names begin with arg1.  Include executable
  9. strings (beginning with :), and search every library.
  10. [*]
  11.  
  12. Name:Mstore-documentation
  13. Called by strings-read to store the documentation for a string.
  14. arg1=library letter
  15. arg2=string name
  16. [*]
  17.  
  18. Name:Muse-edit-buffer
  19. #(Fuse-edit-buffer) will switch to or create the edit buffer.  You may insert
  20. anything into the edit buffer that doesn't cause problems with #(Mstring-read)
  21. [*]
  22.  
  23. Name:M:give-name
  24. Insert a null string definition.
  25. [*]
  26.  
  27. Name:M:done-editing
  28. Reads strings from the edit buffer.
  29. [*]
  30.  
  31. Name:M:keys-edit
  32. Insert the keymap into an EDIT buffer for editing.
  33. [*]
  34.  
  35. Name:M:keys-read
  36. Read the keymap inserted by #(M:keys-edit)
  37. [*]
  38.  
  39. Name:M:grep
  40. #(M:grep,STRING) will edit all strings containing STRING
  41. [*]